Migrate Inventory
Overview
IQM and The Trade Desk use similar terms and approaches for Inventory, with the following exceptions:
- IQM's "deal" is equivalent to TTD's "contract".
- IQM uses the Private Marketplace (PMP), while TTD uses Publisher Direct.
The API Comparison table highlights the shared actions and API methods between IQM and The Trade Desk for creating and managing Inventories. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from The Trade Desk to IQM.
For a comprehensive overview of IQM's finance services, see the Inventory API.
API Comparisons
Base URLs
IQM: https://app.iqm.com
TTD: https://api.thetradedesk.com
Action | IQM Endpoint | The Trade Desk Endpoint | Notes |
---|---|---|---|
Get List of Deals | /api/v3/pmp/deals/list /api/v3/inv/pg/deals/list | /v3/contract/query/partner /v3/contract/query/advertiser/available | IQM endpoints return lists of deals available to Customers (owIds) or to the user (owId). The Trade Desk endpoints get lists of deals belonging to a partner (PartnerId) or available to Advertisers (AdvertiserId). |
Get Deal Details by ID | /api/v3/inv/pmp/deals/{id} /api/v3/inv/pg/deals/{id} | /v3/contract/{contractId} | The Trade Desk endpoints specify deal type with the ContractType parameter. |
Create Deal | /api/v3/inv/pmp/deals/add /api/v3/inv/pg/deals/add | /v3/contract | |
Update Deal | /api/v3/inv/pmp/deals/{id} /api/v3/inv/pg/deals/{id} | /v3/contract | |
Get Inventory Group Details | /api/v3/inv/groups/list | /v3/contractGroup/{contractGroupId} /v3/contractGroup/query/partner | IQM endpoint can return group by id or, if unspecified, all groups. |
Create Inventory Group | /api/v3/inv/groups | /v3/contractGroup | |
Update Inventory Group | /api/v3/inv/group/addMappings /api/v3/inv/group/removeMappings | /v3/contractGroup | IQM endpoints support adding/removing Inventories to a group by specifying filters, deal IDs, contextual Inventory keywords or URLs, or Inventory IDs. |
More Inventory Resources
IQM:
TTD: